Adobe Air 1.5 Cookbook by David Tucker; Marco Casario; Koen De Weggheleire; Rich Tretola

Adobe Air 1.5 Cookbook by David Tucker; Marco Casario; Koen De Weggheleire; Rich Tretola

Author:David Tucker; Marco Casario; Koen De Weggheleire; Rich Tretola
Language: eng
Format: mobi
Tags: Web Page Design, Web, Page Design, COMPUTERS / Programming Languages / JavaScript, Programming Languages, Web Site Development, Computers, Programming, General, Internet Programming, Software Development & Engineering, Site Design, Internet, Cross-Platform Software Development, JavaScript, Application Development
ISBN: 9780596522506
Publisher: O'Reilly
Published: 2009-01-02T00:00:00+00:00


// Called when the last pending asynchornous file operation has completed;

private function onListingComplete():void {

searching_txt.text = "";

search_btn.enabled = true;

ButtonBarButton( controls_btnbar.getChildAt(0) ).enabled = false;

ButtonBarButton( controls_btnbar.getChildAt(1) ).enabled = false;

ButtonBarButton( controls_btnbar.getChildAt(2) ).enabled = false;

}

// Fired when one of the button bar items are clicked

private function onButtonBarItemClick(e:ItemClickEvent):void {

var i:int;

switch ( e.label ) {

case "stop":

for ( i=pendingFileListings.length; i--; ) {

pendingFileListings[i].removeEventListener(FileListEvent.DIRECTORY_LISTING,

directoryListingHandler);

pendingFileListings[i].cancel();

}



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.